home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / mui / muibuilder / mb / c / examples / muib-demogui.h < prev    next >
C/C++ Source or Header  |  1994-09-26  |  2KB  |  89 lines

  1. #include <libraries/mui.h>
  2. #include <proto/muimaster.h>
  3. #include <clib/exec_protos.h>
  4. #include <exec/memory.h>
  5. #include <clib/alib_protos.h>
  6.  
  7. struct ObjApp
  8. {
  9.     APTR    App;
  10.     APTR    MN_label_0;
  11.     APTR    WI_Turn;
  12.     APTR    BT_One;
  13.     APTR    BT_Two;
  14.     APTR    BT_begin;
  15.     APTR    BT_Three;
  16.     APTR    BT_Four;
  17.     APTR    WI_Buttons;
  18.     APTR    MN_label_2;
  19.     APTR    BT_label_4;
  20.     APTR    BT_label_5;
  21.     APTR    BT_label_6;
  22.     APTR    TX_label_0;
  23.     APTR    WI_Gauges;
  24.     APTR    SL_label_0;
  25.     APTR    GA_label_0;
  26.     APTR    GA_label_1;
  27.     APTR    SL_label_1;
  28.     APTR    GA_label_4;
  29.     APTR    SL_label_3;
  30.     APTR    GA_label_6;
  31.     APTR    SL_label_4;
  32.     APTR    GA_label_5;
  33.     APTR    SL_label_2;
  34.     APTR    GA_label_2;
  35.     APTR    GA_label_3;
  36.     APTR    WI_PopUp;
  37.     APTR    RA_label_0;
  38.     APTR    TX_label_2;
  39.     APTR    GR_grp_10;
  40.     APTR    PA_label_0;
  41.     APTR    STR_PA_label_0;
  42.     APTR    PA_label_1;
  43.     APTR    STR_PA_label_1;
  44.     APTR    PA_label_2;
  45.     APTR    STR_PA_label_2;
  46.     APTR    PO_label_0;
  47.     APTR    STR_PO_label_0;
  48.     APTR    LV_label_0;
  49.     APTR    PO_label_1;
  50.     APTR    STR_PO_label_1;
  51.     APTR    LV_label_1;
  52.     APTR    PO_label_2;
  53.     APTR    STR_PO_label_2;
  54.     APTR    LV_label_2;
  55.     APTR    PO_label_3;
  56.     APTR    STR_PO_label_3;
  57.     APTR    TX_label_1;
  58.     APTR    SL_label_0C;
  59.     APTR    GA_label_0C;
  60.     APTR    GA_label_1C;
  61.     APTR    SL_label_1C;
  62.     APTR    GA_label_4C;
  63.     APTR    SL_label_3C;
  64.     APTR    GA_label_6C;
  65.     APTR    SL_label_4C;
  66.     APTR    GA_label_5C;
  67.     APTR    SL_label_2C;
  68.     APTR    GA_label_2C;
  69.     APTR    GA_label_3C;
  70.     APTR    WI_Connections;
  71.     APTR    CY_label_0;
  72.     APTR    GA_label_7;
  73.     APTR    SL_label_5;
  74.     APTR    RA_label_1;
  75.     APTR    SL_label_5C;
  76.     char *    STR_TX_label_0;
  77.     char *    STR_TX_label_2;
  78.     char *    LV_label_0Content;
  79.     char *    STR_TX_label_1;
  80.     char *    RA_label_0Content[3];
  81.     char *    STR_GR_grp_10[3];
  82.     char *    CY_label_0Content[5];
  83.     char *    RA_label_1Content[5];
  84. };
  85.  
  86.  
  87. extern struct ObjApp * CreateApp(void);
  88. extern void DisposeApp(struct ObjApp *);
  89.